home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000198_Petri_member@newsguy.com_Tue Apr 13 13:25:02 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!feedwest.aleron.net!aleron.net!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn
  2. From: Petri <Petri_member@newsguy.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: FTP with Auth SSL
  5. Date: 13 Apr 2004 09:55:18 -0700
  6. Organization: Newsguy News Service [http://newsguy.com]
  7. Lines: 74
  8. Message-ID: <c5h61m01t8d@drn.newsguy.com>
  9. References: <c5bv8301ck0@drn.newsguy.com> <4079f047@duster.adelaide.on.net> <407AE97A.7080007@nyc.rr.com> <c5gdqd02fhg@drn.newsguy.com> <slrnc7nth9.39k.fdc@sesame.cc.columbia.edu>
  10. NNTP-Posting-Host: p-729.newsdawg.com
  11. X-Newsreader: Direct Read News 4.20
  12. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14911
  13.  
  14. In article <slrnc7nth9.39k.fdc@sesame.cc.columbia.edu>, Frank da Cruz says...
  15. > On 2004-04-13, Petri <Petri_member@newsguy.com> wrote:
  16. >: In article <407AE97A.7080007@nyc.rr.com>, Jeffrey Altman says...
  17. >: If I want to make a clean switch to the latest C-Kermit, I assume
  18. >: the following  procedure is appropriate:
  19. >: 1. Uninstall the standard distribution package:
  20. >: rpm -e ckermit-8.0.206-0.6
  21.  
  22. >: 2. Download, unpack, compile and install the latest C-Kermit
  23. >: lynx ftp://kermit.columbia.edu/kermit/archives/cku211.zip
  24. >: unzip cku211.zip
  25. >: make linux
  26.  
  27. > For details see:
  28.  
  29. > http://www.columbia.edu/kermit/ckuins.html
  30.  
  31. Thanks, I found the ckuins.txt file in the archive. :)
  32.  
  33. >: Where do I put the ckuker.nr file?
  34.  
  35. > It's the man page.  Replace the previous one with it (using
  36. > whatever name the previous one had, e.g.
  37. > /usr/local/man/man1/kermit.1 or whatever).
  38.  
  39. I found this file on the server:
  40. /usr/share/man/man1/kermit.1.gz
  41.  
  42. So I guess I'll do:
  43. mv ckuker.nr kermit.1
  44. gzip kermit.1
  45. mv kermit.1.gz /usr/share/man/man1/
  46.  
  47. Besides that, is C-Kermit still just the single kermit exe, and a few ini-files
  48. stashed in /etc/kermit?
  49. It's been a few years since I last touched Kermit. :)
  50.  
  51. So I'll replace the binary /usr/bin/kermit with the new one, and be done?
  52.  
  53. >: Should I just compile and replace the old binary in /usr/bin, and
  54. >: skip the rpm uninstallation?
  55.  
  56. > Quite honestly, I don't have time to learn about all the many and
  57. > varied install-package schemes, so can't answer questions about RPM.
  58.  
  59. I think I'll let the rpm beast lie for this time.
  60. The whole thing seems a bit fragile still... :(
  61.  
  62. > In the meantime, you'll note that the makefile has a "make
  63. > install" target.
  64.  
  65. If it's just a question of replacing a single binary and a single man page, I
  66. think I'd better do it manually.
  67. Kermit is already installed by RPM, I don't want to break that.
  68.  
  69. I just tried running the simple testscript with the latest C-Kermit and now it
  70. doesn't work at all, since none of the crypto parts are included. :(
  71. I just looked at section 4.2 in:
  72. http://www.columbia.edu/kermit/security80.html
  73.  
  74. Who is the sad clown in US congress who came up with this idiotic export
  75. restriction?
  76. Can't you just distribute the project from Canada, like OpenBSD?
  77.  
  78. If I want a kermit with the works, what do I do?
  79. I see a lot of stuff having to be added into the makefile.
  80. Could you please email me a complete makefile, and I'll download all the
  81. "forbidden" libraries or whatever I need, myself?
  82. If you can't, I understand, but if you can and will, I'd be very grateful.
  83.  
  84.  
  85. Petri
  86. petri at safetynet dot se
  87.